home *** CD-ROM | disk | FTP | other *** search
/ United Public Domain Gold 2 / United Public Domain Gold 2.iso / utilities / pu745.dms / pu745.adf / GLOBE099.LHA / Ami-Globe / AmiGlobe_Interf.h < prev    next >
C/C++ Source or Header  |  1994-11-17  |  3KB  |  143 lines

  1. #include <libraries/mui.h>
  2. #include <proto/muimaster.h>
  3. #include <clib/exec_protos.h>
  4. #include <exec/memory.h>
  5. #include <clib/alib_protos.h>
  6.  
  7. struct ObjApp
  8. {
  9.     APTR    App;
  10.     APTR    WI_Cmd;
  11.     APTR    BT_Zoom;
  12.     APTR    BT_Zoom_Out;
  13.     APTR    BT_Redraw;
  14.     APTR    BT_Zoom_Reset;
  15.     APTR    BT_Info;
  16.     APTR    CY_Proj;
  17.     APTR    TX_lon;
  18.     APTR    TX_lat;
  19.     APTR    TX_Selectionne;
  20.     APTR    TX_courant;
  21.     APTR    WI_Param;
  22.     APTR    CH_Lacs;
  23.     APTR    CH_Riv;
  24.     APTR    CH_LonLat;
  25.     APTR    CH_Noms;
  26.     APTR    CH_Coord;
  27.     APTR    CH_Fill_Pays;
  28.     APTR    CH_Elements;
  29.     APTR    CH_Trajectoires;
  30.     APTR    CH_Distance;
  31.     APTR    CH_Scale;
  32.     APTR    CH_Area;
  33.     APTR    SL_x;
  34.     APTR    SL_y;
  35.     APTR    SL_z;
  36.     APTR    IM_Rectangle;
  37.     APTR    WI_Sel_Cty;
  38.     APTR    LV_Pays;
  39.     APTR    WI_Cmd_Panel;
  40.     APTR    BT_Move;
  41.     APTR    BT_Show_Pt;
  42.     APTR    BT_Show_Seg;
  43.     APTR    BT_Edit;
  44.     APTR    BT_Create_Pays;
  45.     APTR    BT_New_Border;
  46.     APTR    BT_New_Point;
  47.     APTR    BT_End_Border;
  48.     APTR    STR_Nom_Border;
  49.     APTR    STR_Code;
  50.     APTR    SL_Code_Point;
  51.     APTR    WI_Sel_Cont;
  52.     APTR    LV_Continent;
  53.     APTR    WI_Chargement;
  54.     APTR    PA_chargement_fond;
  55.     APTR    STR_PA_chargement_fond;
  56.     APTR    BT_Redraw_Ext_Data;
  57.     APTR    BT_Effacer_Fond;
  58.     APTR    WI_Sel_Elem;
  59.     APTR    LV_Elements;
  60.     APTR    TX_Selected_Element;
  61.     APTR    TX_Pays;
  62.     APTR    TX_Latitude;
  63.     APTR    TX_Longitude;
  64.     APTR    TX_Caracteristique;
  65.     APTR    BT_Element_Origine;
  66.     APTR    BT_Element_Destination;
  67.     APTR    WI_Param_Datas;
  68.     APTR    RA_Type_Data;
  69.     APTR    STR_fichier_Donnee;
  70.     APTR    IM_Fichier_Donnee;
  71.     APTR    LV_Data1;
  72.     APTR    RA_label_4;
  73.     APTR    LV_Data2;
  74.     APTR    STR_Coef;
  75.     APTR    BT_Maj;
  76.     APTR    BT_Ajouter_Donnee;
  77.     APTR    BT_Effacer;
  78.     APTR    WI_Datas;
  79.     APTR    LV_Deselect;
  80.     APTR    BT_Vers_Deselect;
  81.     APTR    BT_Vers_Select;
  82.     APTR    LV_Select;
  83.     APTR    BT_Continent;
  84.     APTR    BT_Petits_Pays;
  85.     APTR    BT_Tout_Des;
  86.     APTR    BT_Tout_Sel;
  87.     APTR    RA_Type_Graph;
  88.     APTR    LV_Datas;
  89.     APTR    BT_Editer;
  90.     APTR    BT_Supprimer;
  91.     APTR    BT_Ajouter;
  92.     APTR    BT_Ok_Datas;
  93.     APTR    WI_Trajectoire;
  94.     APTR    STR_Trajectoire_Fichier;
  95.     APTR    IM_Trajectoire_Choix;
  96.     APTR    BT_Trajectoire_OK;
  97.     APTR    BT_Trajectoire_Cancel;
  98.     APTR    PA_chargement_trajectoire;
  99.     APTR    STR_PA_chargement_trajectoire;
  100.     APTR    WI_Organisation;
  101.     APTR    CY_organisation;
  102.     APTR    TX_organisation_officiel;
  103.     APTR    LV_organisation;
  104.     APTR    WI_Info_Element;
  105.     APTR    TX_nom_element;
  106.     APTR    TX_type_element;
  107.     APTR    TX_pays_element;
  108.     APTR    TX_longitude_element;
  109.     APTR    TX_latitude_element;
  110.     APTR    TX_caracteristique_element;
  111.     APTR    BT_voir_donnee_externe;
  112.     APTR    WI_Classement;
  113.     APTR    TX_classement;
  114.     APTR    LV_classement;
  115.     APTR    WI_Info;
  116.     char *    STR_TX_lon;
  117.     char *    STR_TX_lat;
  118.     char *    STR_TX_Selectionne;
  119.     char *    STR_TX_courant;
  120.     char *    STR_TX_Selected_Element;
  121.     char *    STR_TX_Pays;
  122.     char *    STR_TX_Latitude;
  123.     char *    STR_TX_Longitude;
  124.     char *    STR_TX_Caracteristique;
  125.     char *    STR_TX_organisation_officiel;
  126.     char *    STR_TX_nom_element;
  127.     char *    STR_TX_type_element;
  128.     char *    STR_TX_pays_element;
  129.     char *    STR_TX_longitude_element;
  130.     char *    STR_TX_latitude_element;
  131.     char *    STR_TX_caracteristique_element;
  132.     char *    STR_TX_classement;
  133.     char *    CY_ProjContent[5];
  134.     char *    RA_Type_DataContent[3];
  135.     char *    RA_label_4Content[5];
  136.     char *    RA_Type_GraphContent[5];
  137.     char *    CY_organisationContent[2];
  138. };
  139.  
  140.  
  141. extern struct ObjApp * CreateApp(void);
  142. extern void DisposeApp(struct ObjApp *);
  143.